@charset "UTF-8";
.marginT54 {
    margin-top: 54px;
}

.marginB54 {
    margin-bottom: 54px;
}

/* 首页 */
/* 头条 */
.topLine {
    margin-top: 64px;
    height: 158px;
    background: #fafafa;
    padding-top: 25px;
}
.topLine a {
    display: block;
    width: 83%;
    margin: 0 auto;
    text-align: center;
}
.topLine .topl-title {
    font-size: 28px;
    color: var(--defaultHoverColor);
    line-height: 52px;
}
.topLine .topl-content {
    color: #949393;
}

/* 要闻 */
.yw-contaienr {
    /* swiper */
    /* 切换 */
}
.yw-contaienr > div {
    width: 50%;
}
.yw-contaienr .yw-swiper {
    height: 335px;
}
.yw-contaienr .yw-swiper p {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-right: 28%;
    color: #fff;
    text-indent: 2em;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    background: rgba(0, 0, 0, 0.5);
}
.yw-contaienr .yw-swiper .swiper-pagination {
    bottom: 0;
    text-align: right;
    padding-right: 20px;
}
.yw-contaienr .yw-swiper .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}
.yw-contaienr .yw-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
    border-radius: 5px;
}
.yw-contaienr .yw-tabbar .yw-tab-title {
    padding-left: 120px;
}
.yw-contaienr .yw-tabbar .yw-tab-title i {
    margin: 0 58px;
    display: block;
    line-height: 1;
    font-size: 24px;
    color: #d4d4d4;
}
.yw-contaienr .yw-tabbar .yw-tab-title li {
    position: relative;
    width: 95px;
    line-height: 2;
}
.yw-contaienr .yw-tabbar .yw-tab-title li.current:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    width: 100px;
    height: 10px;
    background: url(../images/list-border.png) no-repeat;
}
.yw-contaienr .yw-tabbar .yw-tab-title li img {
    vertical-align: top;
}
.yw-contaienr .yw-tabbar .yw-tab-content {
    padding-left: 50px;
}
.yw-contaienr .yw-tabbar .yw-tab-content ul:nth-child(2) {
    display: none;
}
.yw-contaienr .yw-tabbar .yw-tab-content li {
    position: relative;
    line-height: 60px;
}
.yw-contaienr .yw-tabbar .yw-tab-content li a {
    width: 80%;
}
.yw-contaienr .yw-tabbar .yw-tab-content li a:hover {
    font-weight: bold;
}
.yw-contaienr .yw-tabbar .yw-tab-content li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-300%, -50%);
    -moz-transform: translate(-300%, -50%);
    -ms-transform: translate(-300%, -50%);
    -o-transform: translate(-300%, -50%);
    transform: translate(-300%, -50%);
    width: 10px;
    height: 14px;
    background: url(../images/liststyle.png) no-repeat;
}
.yw-contaienr .yw-tabbar .yw-tab-content li span {
    font-size: 16px;
    color: #949393;
}

/* 列表用样式 */
.list-container .list-item {
    width: 48%;
}
.list-container .list-item h2 {
    position: relative;
    width: 100px;
}
.list-container .list-item h2 img {
    vertical-align: top;
}
.list-container .list-item h2::after {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(114px, -50%);
    -moz-transform: translate(114px, -50%);
    -ms-transform: translate(114px, -50%);
    -o-transform: translate(114px, -50%);
    transform: translate(114px, -50%);
    content: '';
    width: 468px;
    height: 1px;
    background: #ffe5b4;
}
.list-container .list-item h2::before {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(114px, -50%);
    -moz-transform: translate(114px, -50%);
    -ms-transform: translate(114px, -50%);
    -o-transform: translate(114px, -50%);
    transform: translate(114px, -50%);
    content: '';
    width: 108px;
    height: 3px;
    background: #3863a2;
    z-index: 1000;
}
.list-container .list-item li {
    line-height: 60px;
    position: relative;
    text-indent: 45px;
}
.list-container .list-item li a {
    width: 80%;
}
.list-container .list-item li a:hover {
    font-weight: bold;
}
.list-container .list-item li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 22px;
    height: 25px;
    background: url(../images/liststyle2.png) no-repeat;
}
.list-container .list-item li span {
    font-size: 16px;
    color: #949393;
}

/* 专题专栏 */
.special-box {
    position: relative;
    width: 1160px;
}
.special-box .swiper-slide {
    height: 148px;
}
.special-box .special-swiper {
    width: 1074px;
}
.special-box .special-next,
.special-box .special-prev {
    width: 34px;
    color: #c8c8c8;
}
.special-box .special-next {
    right: 0;
}
.special-box .special-prev {
    left: 0;
}
